TELCallbackNow
Places a call in response to a local or remote callback request.
pascal TELErr TELCallbackNow (TELCAHandle hTELCA, short callbackRef);
hTELCA
- A handle to a call appearance structure to use for the callback. You get this handle by calling the
TELSetupCall
function (page 4-24).callbackRef
- A reference value that identifies a callback request. You provide the reference. If you originated the callback request, you can obtain the reference from either the
callbackRef
parameter returned by theTELCallbackSet
function or themType
parameter of thetelCACallbackMsg
message that has itsvalue
parameter set totelCallbackNowAvail
to which you are responding. If you are responding to a callback request made by a remote party, you can obtain the reference from themType
parameter of thetelCACallbackMsg
message that has itsvalue
parameter set totelCallbackDesired
.- function result
- A result code.
DESCRIPTION
You call theTELCallbackNow
function in response to atelCACallbackMsg
message that has itsvalue
parameter set to eithertelCallbackDesired
ortelCallbackNowAvail
.A
telCACallbackMsg
message that has itsvalue
parameter set totelCallbackDesired
tells you that a remote party wants a return call.A
telCACallbackMsg
message that has itsvalue
parameter set totelCallbackNowAvail
is a notification that a previously busy remote number is available.SEE ALSO
You use theTELCallbackSet
function (page 4-42) to make a callback request.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help